ChildItemsPath Property (FlexGridBase<T>)
In This Topic
Gets or sets the name of the property used to generate child rows in hierarchical grids.
Syntax
'Declaration
Public Overridable Property ChildItemsPath As System.String
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.String
instance.ChildItemsPath = value
value = instance.ChildItemsPath
public virtual System.string ChildItemsPath {get; set;}
public read-write property ChildItemsPath: System.String; virtual;
public function get,set ChildItemsPath : System.String
public: __property virtual System.string* get_ChildItemsPath();
public: __property virtual void set_ChildItemsPath(
System.string* value
);
public:
virtual property System.String^ ChildItemsPath {
System.String^ get();
void set ( System.String^ value);
}
See Also